-
Notifications
You must be signed in to change notification settings - Fork 22.7k
FF139 Relnote - SVG discard removed #39637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Preview URLs External URLs (1)URL:
(comment last updated: 2025-05-27 14:50:18) |
Co-authored-by: Brian Smith <brian@smith.berlin>
Co-authored-by: Brian Smith <brian@smith.berlin>
b1c77f9
to
287875e
Compare
Thanks @bsmth - accepted. Then minor mod because |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, tnx
FF139 (uplifted from FF140) removes experimental support for the SVG
<discard>
element added behind pref in FF136, and theSVGDiscardElement
interface added to release in FF136.This adds a note about the removal in FF139. Note, that is now the main version, so haven't needed to push to a non-main branch.
If this was just experimental I wouldn't have done anything, but since
SVGDiscardElement
was actually released (possibly by accident since the element wasn't) had to.Associated docs work can be tracked in #39618